internal/reflectlite.method.mtyp (field)

2 uses

	internal/reflectlite (current package)
		type.go#L172: 	mtyp typeOff // method type (without receiver)
		type.go#L800: 		if vmName.name() == tmName.name() && V.typeOff(vm.mtyp) == t.typeOff(tm.typ) {